home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / kant-generator-04-c / Kant ƒ / Shell ƒ / dialogs.h < prev    next >
Encoding:
Text File  |  1994-11-23  |  593 b   |  14 lines  |  [TEXT/MMCC]

  1. enum
  2. {
  3.     smallAlert = 128,        /* for small stuff */
  4.     largeAlert                /* for large stuff */
  5. };
  6.  
  7. void PositionDialog(ResType theType, short theID);
  8. pascal void OutlineDefaultButton(DialogPtr myDlog, short itemNum);
  9. pascal Boolean OneButtonFilter(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  10. pascal Boolean TwoButtonFilter(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  11. short FakeSelect(DialogPtr theDialog, short itemNum);
  12. void SetButtonHighlight(DialogPtr theDialog, short itemNum, Boolean isOn);
  13. void SetButtonTitle(DialogPtr theDialog, short itemNum, Str255 theStr);
  14.